home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 8
/
Revista CD Expert nº 08 CD1.iso
/
Utilitarios
/
Programacao
/
Pacific C for DOS
/
EXAMPLES
/
HELLO.C
< prev
next >
Wrap
C/C++ Source or Header
|
1995-03-08
|
104b
|
9 lines
#include <stdio.h>
/* Infamous "hello world" program */
main()
{
printf("Hello, world\n");
}